home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / gcc / ixemsdk.lha / man / cat3 / swab.0 < prev    next >
Text File  |  1996-09-02  |  829b  |  26 lines

  1.  
  2. SWAB(3)                    UNIX Programmer's Manual                    SWAB(3)
  3.  
  4. NNAAMMEE
  5.      sswwaabb - swap adjacent bytes
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ssttrriinngg..hh>>
  9.  
  10.      _v_o_i_d
  11.      sswwaabb(_c_o_n_s_t _v_o_i_d _*_s_r_c, _v_o_i_d _*_d_s_t, _s_i_z_e___t _l_e_n)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The function sswwaabb() copies _l_e_n bytes from the location referenced by _s_r_c
  15.      to the location referenced by _d_s_t, swapping adjacent bytes.
  16.  
  17.      The argument _l_e_n must be even number.
  18.  
  19. SSEEEE AALLSSOO
  20.      bzero(3),  memset(3)
  21.  
  22. HHIISSTTOORRYY
  23.      A sswwaabb() function appeared in Version 7 AT&T UNIX.
  24.  
  25. BSD Experimental                  May 1, 1991                                1
  26.